home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc10rdt.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-04-17  |  207 b   |  14 lines

  1. on mouseDown
  2.   set the visible of sprite 47 to 0
  3.   puppetSound("Tone")
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 47 to 1
  9. end
  10.  
  11. on mouseUp
  12.   go(1)
  13. end
  14.